get component child

This block is part of the state actions group and was last modified in core v13.0.6.

get component child v13.0.6

Grabs the current child component of the component

In pins 2
  • component required
    state
  • index required
    number

    Grab child component at index

Out pins 2
  • found
    condition

    Returns true if this index has a component

  • state
    state

    Returns the currents component child for the given index

A typical wiring for get component child: number feeds the index pin; the child_exists out pin feeds branch.

Studio canvas example for the get component child block: typical wiring for get component child.

Version history

Introduced in v13.0.6.


Back to state actions Return to the main group to view all sub-groups Back to state: helpers Return to the group to view all blocks within this group